Platform Explorer / Nuxeo Platform 6.0

Operation Seam.PushDocument (Push to Seam Context)

Description

Push the current input document into Seam context. Returns back the document.
Operation id Seam.PushDocument
Category User Interface
Label Push to Seam Context
Requires Seam
Since

Parameters

Name Description Type Required Default value
name string yes  
scope string yes session, conversation, page, event 

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.PushToSeamContext
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.PushDocument",
  "label" : "Push to Seam Context",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Push the current input document into Seam context. Returns back the document.",
  "url" : "Seam.PushDocument",
  "signature" : [ "document", "document" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "scope",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : "Option",
    "order" : 0,
    "values" : [ "session", "conversation", "page", "event" ]
  } ]
}